home *** CD-ROM | disk | FTP | other *** search
- /*------------------------------------------------------------------------------
- #
- # NewsTicker, my Hack for 1997
- #
- # CNNExtractor.cp - Derived from HTMLExtractor, we get passed the tokens
- # and try to recognize headlines out of it. We parse
- # the page "www.cnn.com", the technical news page of
- # c|net.com.
- #
- ------------------------------------------------------------------------------*/
-
- #ifndef CNNEXTRACTOR_H
- #define CNNEXTRACTOR_H
-
- void LoadCNN(sMyDataPtr gGlobalsPtr);
- Boolean MustReloadCNN(sMyDataPtr gGlobalsPtr);
-
- #endif //CNNEXTRACTOR_H
-